Indexpage
Hidden
Index
Indexpage1
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - Open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Foldervideo- Videos Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in
order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
Slider,Image,video Index page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container data-gap m-0">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Services Section Start ] =============== -->
<div class="bg-container pt-0 pb-0" id="services">
</div>
<!-- =============== [ Services Section Exit ] =============== -->
<!-- =============== [ About Section Start ] =============== -->
<div class="about-data bihind-the-squre" id="about-data">
</div>
<!-- =============== [ About Section Exit ] =============== -->
<!-- =============== [ Appointment Section Start ] =============== -->
<div class="make-appoint bg-container pt-0 pb-0" id="make-appoint">
</div>
<div class="container">
</div>
<!-- =============== [ Appointment Section Exit ] =============== -->
<!-- =============== [ Why Choose Section Start ] =============== -->
<div class="about-data" id="why-choose">
</div>
<!-- =============== [ Why Choose Section Exit ] =============== -->
<!-- =============== [ Our Success Section Start ] =============== -->
<div class="success-data">
</div>
<!-- =============== [ Our Success Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Working Prosess Section Start ] =============== -->
<div class="work-data about-data">
</div>
<!-- =============== [ Working Prosess Section Exit ] =============== -->
<!-- =============== [ Team Members Section Start ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ Team Members Section Exit ] =============== -->
<!-- =============== [ FAQ Section Start ] =============== -->
<div class="faq-setarted work-data about-data">
</div>
<!-- =============== [ FAQ Section Exit ] =============== -->
<!-- =============== [ Blog Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Blog Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Solid Index page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container data-gap row m-0">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Services Section Start ] =============== -->
<div class="bg-container pt-0 pb-0" id="services">
</div>
<!-- =============== [ Services Section Exit ] =============== -->
<!-- =============== [ About Section Start ] =============== -->
<div class="about-data bihind-the-squre" id="about-data">
</div>
<!-- =============== [ About Section Exit ] =============== -->
<!-- =============== [ Appointment Section Start ] =============== -->
<div class="make-appoint bg-container pt-0 pb-0" id="make-appoint">
</div>
<div class="container">
</div>
<!-- =============== [ Appointment Section Exit ] =============== -->
<!-- =============== [ Why Choose Section Start ] =============== -->
<div class="about-data" id="why-choose">
</div>
<!-- =============== [ Why Choose Section Exit ] =============== -->
<!-- =============== [ Our Success Section Start ] =============== -->
<div class="success-data">
</div>
<!-- =============== [ Our Success Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Working Prosess Section Start ] =============== -->
<div class="work-data about-data">
</div>
<!-- =============== [ Working Prosess Section Exit ] =============== -->
<!-- =============== [ Team Members Section Start ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ Team Members Section Exit ] =============== -->
<!-- =============== [ FAQ Section Start ] =============== -->
<div class="faq-setarted work-data about-data">
</div>
<!-- =============== [ FAQ Section Exit ] =============== -->
<!-- =============== [ Blog Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Blog Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
404Error page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container data-gap m-0">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Error section all Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Error section all Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
About US page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container data-gap m-0">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ About Section Start ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ About Section Exit ] =============== -->
<!-- =============== [ Working Prosess Section Start ] =============== -->
<div class="work-data about-data">
</div>
<!-- =============== [ Working Prosess Section Exit ] =============== -->
<!-- =============== [ our Services separate-sectond Start ] =============== -->
<div class="bg-container pb-0">
</div>
<!-- =============== [ Experience sectond Start ] =============== -->
<div class="exper-sec-data">
</div>
<!-- =============== [ Experience sectond Exit ] =============== -->
<!-- =============== [ our Services separate-sectond Exit ] =============== -->
<!-- =============== [ Why Choose Section Start ] =============== -->
<div class="about-data" id="why-choose">
</div>
<!-- =============== [ Why Choose Section Exit ] =============== -->
<!-- =============== [ Team Members Section Start ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ Team Members Section Exit ] =============== -->
<!-- =============== [ Appointment Section Start ] =============== -->
<div class="padding-sucess">
</div>
<!-- =============== [ Appointment Section Exit ] =============== -->
<!-- =============== [ Our Success Section Start ] =============== -->
<div class="success-data">
</div>
<!-- =============== [ Our Success Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Blog detail-1,2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<div class="about-data">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Blog Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Blog Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Blog-1,2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ Blog Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Blog Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Coming Soon page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<div class="js-scroll">
<div class="bg-container coming-data data-gap row">
</div>
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Contact page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container data-gap row m-0">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<div class="bg-container">
</div>
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
FAQ page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ FAQs section all separate Start ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ FAQs section all separate Exit ] =============== -->
<!-- =============== [ Why Choose Section Start ] =============== -->
<div class="about-data pt-0" id="why-choose">
</div>
<!-- =============== [ Why Choose Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Pricing plan page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Team Members Section Start ] =============== -->
<div class="about-data pb-0">
</div>
<!-- =============== [ Team Members Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Project-1 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ FAQ Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ FAQ Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Project-2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="demo-cont">
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Project-3, Project-4 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
</div>
<div class="overlay-project-data">
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Single-project-1,Single-project-2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ About Section Start ] =============== -->
<div class="about-data pb-0">
</div>
<!-- =============== [ About Section Exit ] =============== -->
<!-- =============== [ FAQ Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ FAQ Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Services-1 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Services Section Start ] =============== -->
<div class="about-data services-separate">
</div>
<!-- =============== [ Services Section Exit ] =============== -->
<!-- =============== [ Working Prosess Section Start ] =============== -->
<div class="work-data about-data">
</div>
<!-- =============== [ Working Prosess Section Exit ] =============== -->
<!-- =============== [ Why Choose Section Start ] =============== -->
<div class="about-data" id="why-choose">
</div>
<!-- =============== [ Why Choose Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Services-2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<!-- =============== [ Services Section Start ] =============== -->
<div class="about-data services-separate">
</div>
<!-- =============== [ Services Section Exit ] =============== -->
<!-- =============== [ Our Success Section Start ] =============== -->
<div class="success-data">
</div>
<!-- =============== [ Our Success Section Exit ] =============== -->
<!-- =============== [ Experience Section Start ] =============== -->
<div class="exper-sec-data">
</div>
<!-- =============== [ Experience Section Exit ] =============== -->
<!-- =============== [ Why Choose Section Start ] =============== -->
<div class="about-data" id="why-choose">
</div>
<!-- =============== [ Why Choose Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Services-detail-1,2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ Header Section Exit ] =============== -->
<div class="js-scroll">
<!-- =============== [ hero Section Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero Section Exit ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ Our Success Section Start ] =============== -->
<div class="success-data">
</div>
<!-- =============== [ Our Success Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
team-1,team-2 page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ hero section all separate Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [ hero section all separate Exit ] =============== -->
<!-- =============== [ Team Members Section Start ] =============== -->
<div class="about-data">
</div>
<!-- =============== [ Team Members Section Start ] =============== -->
<!-- =============== [ Our Success Section Start ] =============== -->
<div class="success-data">
</div>
<!-- =============== [ Our Success Section Exit ] =============== -->
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Single-team page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ hero section all separate Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [hero section all separate Exit ] =============== -->
<div class="about-data data-term-team">
</div>
<!-- =============== [ Testimonial Section Start ] =============== -->
<div class="about-data testimonial" id="testimonial">
<div class="about-data pt-0">
</div>
</div>
<!-- =============== [ Testimonial Section Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Testimonial page structure
Solar Energy follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
</head>
<body>
<!-- =============== [ Loader Section Start ] =============== -->
<div class="preloader" id="preloader">
</div>
<!-- =============== [ Loader Section Exit ] =============== -->
<!-- =============== [ Header Section Start ] =============== -->
<div class="header" id="header">
</div>
<!-- =============== [ menubar Responsive Start] =============== -->
<div class="menu" id="menu">
</div>
<!-- =============== [ menubar Responsive Exit ] =============== -->
<!-- =============== [ hero section all separate Start ] =============== -->
<div class="bg-container hero-data-bottom">
</div>
<!-- =============== [hero section all separate Exit ] =============== -->
<!-- =============== [ FAQs section all separate Start ] =============== -->
<div class="blog-sec">
</div>
<!-- =============== [ FAQs section all separate Exit ] =============== -->
<!-- =============== [ Footer Section Start ] =============== -->
<div class="footer" id="footer">
</div>
<!-- =============== [ Footer Section Exit ] =============== -->
</div>
<div class="bottom-line-scotter"></div>
<!-- Page Wrapper End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
The Logo Container can be found in the - index.html file
<a href="index.html" class="logo-data"><img src="assets/images/header/Logo.svg" alt="logo"></a>
Favicon
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link rel="shortcut icon" href="assets/images/header/Favicon.svg" type="image/x-icon">
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">@font-face { font-family: "Plus Jakarta Sans", sans-serif; font-optical-sizing: auto; font-weight:; font-style: normal; }
A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:
-
Resize your Images: Resize your Images
before using it on your Website. Do not just Download an
Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
-
Compressing Images: Images Compression is
important as it considerably reduces the size without losing
the quality. There are several FREE Image Optimization Tools
available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
-
Resize your Images: Resize your Images
before using it on your Website. Do not just Download an
Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.